Kaiou 4.0 Item System..  updated in version 5.0
-------------------------------------------------------------------------------------------------

INTRO:
[-FINALLY-] the Kaiou Battle Bot has a better Item System! It took FOREVER (3 months idle time
and around 3 hours scripting time), but its well worth it!   Now you can have items that can do 
such things as "cure poision";  Temparay AP raisers; potions that re-fill your Mp...etc etc.


Some important things to read in this txt file are:  LIBARY, STUFF, TYPE, and EXAMPLES
Make sure you read them through, so you have an understanding to what this system looks like
and how it works.  One mistake and it will not work, so read carefully.  



LIBARY:
Something new on this, is the Item Libary, which is a master list of ALL the items, and who
makes them.  DMs should feel free to create items for their quests which they can give out,
like any other item.  The good thing about this, is that the DMs can create an item for a
certain quest, then erase it from the players, and libary.  It is suggested that a mantaince
be done on the libary at least 1 time a month, to make sure anything that isn't needed is 
cleaned out.  HOWEVER, please do not remove any items that have the maker as James. 
  The Item Libary is in a file called:  items.lst




STUFF:

Well, first of all, ALL ITEM COMMANDS HAVE BEEN CHANGED IN SOME WAY OR ANOTHER.  In other words,
NONE of them will work anymore the way they did before.  In other words, GET THE NEW POPUPS
and use those!!  However, if you are unable to get the popups, here is a list of the commands!

-=[Libary Commands]=-

CREATE AN ITEM
!create item <type [heal-all, heal-hp, heal-mp, attack, misc]> <Item name> <Desc when item is used>

DESTROY AN ITEM
!destroy item <item name>
   Note:  you cannot destroy someone else's item from the libary.


-=[PLAYER]=-

ADD ITEM (first time) 
!add item <who> <Item Name> <Amount> <Desc of Item>

REMOVE ITEM
!remove item <who> <Item name>

ADD ITEM (add more amount only)
!add amount <who> <Item Name> <Amount>

ADD EQUIPMENT
!add equip <who> <name of equip item> <dp power>

BUY ITEM
!buy item <item name>



-=[CHECKING INVENTORY]=-

CHECK ENTIRE INVENTORY
!items

CHECK # OF A CERTAIN ITEM YOU HAVE
!check item number <item name>


 NOTE:  that when doing those commands, replace the <whatever> with whatever is inside, and 
make sure to remove the brackets (the <>)



TYPE:
There are only a few item types in this version, but in the up coming version there will be a 
lot more.

HEAL-ALL     -this type allows the item to heal ALL hp and ALL mp (eg: senzu)
HEAL-HP      -this type allows the item to heal ALL HP only
HEAl-MP      -this type allows the item to heal ALL MP only
CURE-POISION -this type allows the item to heal poison
ATTACK       -this type allows the item to raise a target's AP for 1 round (+20)
MISC         -this type allows the item to do nothing but do a description
SCOUTER      -this type allows the item to scan someone's Battle Power and tell you
              if your BP is higher/lower/equal.


EXAMPLES:
these are the pre-made examples that can already be used in any RPG that uses the new Kaiou 4.0
item system.  Please leave these examples in the Libary.

senzu            - heal-all
herb             - heal-hp
crystal          - heal-mp
green_potion     - cure-poison
steroids         - attack
towel            - misc
scouter          - scouter


CLOSING:

Good luck, and hope you enjoy it! Look forward to more updates to the system to include a much
wider range of item types.  ^.~
                                            -James, James@iyouboushi.8m.com

